	
;;; QQ: 67762207
[@main]
#IF
#SAY
_ Ha ha ha ... my dream will be realized. \ \
_ With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
_ <Close/@exit>

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [105] 1
Check [305] 0

#SAY
<On the task of dialogue./@CALL_AreaQuest5> \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#IF
#SAY
_ How do you come here? \ \
_ <Close/@exit>


[@CALL_AreaQuest5]
#CALL [AreaQuest\ChoBoGuide5\ChoBoGuide5.txt] @Basic5_Serjeon1_21

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207